home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16198 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  763 b 

  1. Path: explorer.sasknet.sk.ca!not-for-mail
  2. From: carbccc@explorer.sasknet.sk.ca (Collin Carbno)
  3. Newsgroups: comp.lang.c++
  4. Subject: Creating your own sounds(3)
  5. Date: 9 Apr 1996 17:20:54 -0600
  6. Organization: ExplorerPlus
  7. Message-ID: <4kercm$m8a@explorer.sasknet.sk.ca>
  8. NNTP-Posting-Host: explorer.sasknet.sk.ca
  9.  
  10. For some reason most of note 2 disappeared.   
  11.  
  12. Anyway, there is in borland 3.1 this file used by example program "sound.c"
  13. that includes "mmsystem.h".  MMsystem.h has numerous function and things
  14. which appear to interface to windows API.  One of them  
  15.  
  16. BOOL WINAPI sndPlaySound(LPCSTR lpszSoundName, UINT uFlags); 
  17.  
  18. will appear to play any sound -- but no docmentation anywhere I can find on
  19. these API's even in my windows manuals. Any suggestions? 
  20.